home *** CD-ROM | disk | FTP | other *** search
- on movieframescript pspritenum
- global gqtvrinstance, glasttimerollover, nodeplan, nodepict, copyrectlist, pointx, pointy, newfile, vrflag, roomnumber, currectnodeid
- if rollOver(pspritenum) then
- if qtvrgetvisible(gqtvrinstance) then
- if isqtvrmovie(gqtvrinstance) then
- set tmouseoverresult to qtvrmouseover(gqtvrinstance)
- if tmouseoverresult <> 0 then
- set taction to item 1 of tmouseoverresult
- case taction of
- "undf":
- if vrflag = 1 then
- put "[#RoomNumber:" && roomnumber & ", #NodeID:" && qtvrgetnodeid(gqtvrinstance) & ", #Flag: 1]" into field "Panorama Location"
- go(1, "Object")
- abort()
- end if
- "jump":
- set currectnodeid to integer(item 2 of tmouseoverresult)
- if (roomnumber = 204) and (currectnodeid = 4) then
- exit
- end if
- set r to getAt(copyrectlist, currectnodeid)
- set hoffset to the left of sprite nodeplan
- set voffset to the top of sprite nodeplan
- spriteBox(nodepict, getAt(r, 1) + hoffset, getAt(r, 2) + voffset, getAt(r, 3) + hoffset, getAt(r, 4) + voffset)
- updateStage()
- put qtvrgetpanangle(gqtvrinstance) into field "PanAngle"
- setcompass(currectnodeid)
- end case
- set glasttimerollover to 1
- else
- if rollOver(pspritenum) then
- set glasttimerollover to 1
- else
- cursor(200)
- cursor(-1)
- set glasttimerollover to 0
- end if
- end if
- end if
- else
- if glasttimerollover then
- cursor(200)
- cursor(-1)
- set glasttimerollover to 0
- end if
- end if
- else
- if glasttimerollover then
- cursor(200)
- cursor(-1)
- set glasttimerollover to 0
- end if
- end if
- if isqtvrmovie(gqtvrinstance) then
- qtvridle(gqtvrinstance)
- end if
- end
-